|
Расположение в меню |
---|
TechDraw → Экспорт листа в SVG |
Верстаки |
TechDraw |
Быстрые клавиши |
Нет |
Представлено в версии |
- |
См. также |
Шаблоны, Draft SVG |
The TechDraw ExportPageSVG tool saves the current drawing page as an SVG file.
См. так же: TechDrawGui API и Основы составления скриптов FreeCAD.
The SaveSVG tool can be used in macros and from the Python console by using the following functions:
TechDrawGui.exportPageAsSvg(DrawPageObject,FilePath)
Note that the FreeCADGui module must be active to use this function.